home *** CD-ROM | disk | FTP | other *** search
/ Distant Suns - First Light / Distant Suns First Light Version 1.0 (Geosphere).ISO / data2 / calendar / mnth1994.cal < prev    next >
Encoding:
Text File  |  1994-07-29  |  13.4 KB  |  1,023 lines

  1. 26    1
  2. 1994
  3.  
  4. //MAKE SURE ALL EVENTS ARE IN ORDER OF THEIR DATES!
  5. //THERE CANNOT BE MORE THAN 3 EVENTS PER DAY
  6. //each month block starts with "month x" where x is the month
  7. //number, 1=jan...
  8. //each new event starts with "event"
  9. //Time is optional, the time is UTC, the day is then adjusted
  10. //for the local time.
  11. //Types: 9110/solar eclipse
  12. //            9111/lunar eclipse
  13. //            9112/meteor shower
  14. //            9113/misc
  15. //            0/NULL event, don't do anything when the user clicks on it
  16. //            1/load text file only
  17. //            2/"aim"event, used for objects you want to aim at only, with
  18. //                no data display, such as "moon : furthest"
  19. //            3/info manager module exists
  20. //
  21. // note : This is the text that shows in the main calender month window,
  22. //             it needs to be really short since there isn't much room
  23. //    ed   : "extended description". This is the text in the day window, it is longer
  24. //        than notes since there is a lot more room.
  25. // stub : the file stub used by all related files for image lists, descriptions, etc.
  26. //             Internally an extension is attached to this to create the full filename.
  27.  
  28. month 1
  29. event
  30. day 2
  31. note Earth...
  32. stub
  33. priority  3
  34. ed Earth : nearest to the sun
  35. type 2
  36.  
  37. event
  38. day 3
  39. note meteor shower
  40. stub meteor0
  41. priority 2
  42. ed the Quadratrids meteor shower
  43. type 9112
  44.  
  45. event
  46. day 6
  47. note Moon closest
  48. time 2
  49. stub
  50. priority 3
  51. ed Moon : closest to Earth (229,900 miles)
  52. type 2
  53.  
  54. event
  55. day 11
  56. time 8
  57. note Neptune...
  58. stub neptune
  59. priority 3
  60. ed Neptune : goes behind the sun
  61. type 2
  62.  
  63. event
  64. day 11
  65. time 23
  66. note New Moon
  67. ed Moon : new
  68. stub
  69. priority  3
  70. type 2
  71.  
  72. event
  73. day 12
  74. note Comet Mueller...
  75. stub mueller
  76. priority 2
  77. ed Comet Mueller : furthest from the sun
  78. type 1
  79.  
  80. event
  81. day 17
  82. note Venus...
  83. stub venus
  84. priority 3
  85. ed  Venus : passes behind Sun into the evening sky
  86. type 2
  87.  
  88. event
  89. day 19
  90. note Moon furthest
  91. time 5
  92. stub moon
  93. priority 3
  94. ed  Moon : furthest from Earth (251,200 miles)
  95. type 2
  96.  
  97. event
  98. day 27
  99. time 13
  100. note "Old Moon"
  101. stub
  102. priority 3
  103. ed  Moon : full, "Old Moon"
  104. type 2
  105.  
  106. event
  107. day 31
  108. time 4
  109. note Moon closest
  110. stub moon
  111. priority 3
  112. ed  Moon : closest to Earth (224,700 miles)
  113. type 2
  114.  
  115. event
  116. day 31
  117. note Explorer 1
  118. stub
  119. priority 3
  120. ed  Explorer 1 : the first US satellite, 1958
  121. type 1
  122.  
  123. //february
  124.  
  125. month 2
  126. event
  127. day 1
  128. note Moon...
  129. stub moon
  130. priority 2
  131. ed  Moon : 1 degree south of Spica
  132. type 2
  133.  
  134. event
  135. day 2
  136. note Mercury...
  137. stub mercury
  138. priority 2
  139. ed  Mercury : 1.4 degrees North of Saturn
  140. type 2
  141.  
  142. event
  143. day 4
  144. note Mercury...
  145. ed Mercury : greatest angle East of Sun (18 deg.)
  146. stub mercury 
  147. priority  2
  148. type 2
  149.  
  150. event
  151. day 8
  152. note Moon...
  153. ed Moon : passes North of Uranus and Neptune
  154. stub moon
  155. priority  3
  156. type 2
  157.  
  158. event
  159. day 10
  160. time 14
  161. note New Moon
  162. ed Moon : new
  163. stub moon
  164. priority  3
  165. type 2
  166.  
  167. event
  168. day 16
  169. note Moon furthest
  170. time 2
  171. stub moon
  172. priority 3
  173. ed  Moon : furthest from Earth (261200 miles)
  174. type 2
  175.  
  176. event
  177. day 17
  178. note Venus...
  179. ed Venus : furthest below ecliptic
  180. stub venus
  181. priority  3
  182. type 2
  183.  
  184. event
  185. day 17
  186. note Mercury...
  187. ed Mercury : furthest above ecliptic
  188. stub mercury
  189. priority  3
  190. type 2
  191.  
  192. event
  193. day 20
  194. note Friendship 7...
  195. stub
  196. priority 3
  197. ed  John Glenn becomes the first American in orbit (1962)
  198. type 1
  199.  
  200. event
  201. day 26
  202. time 1
  203. note "Snow Moon"
  204. ed Moon : full, the "Snow Moon"
  205. stub moon
  206. priority  3
  207. type 2
  208.  
  209. event
  210. day 27
  211. note Moon closest
  212. time 22
  213. stub moon
  214. priority 3
  215. ed  Moon : closest to Earth (226,800 miles)
  216. type 2
  217.  
  218. day 5
  219. note Author's birthday...
  220. stub
  221. priority 3
  222. ed  Birthday of First Light author, send cards and cash gifts to VRLI
  223. type 0
  224.  
  225. event
  226. day 28
  227. note Jupiter...
  228. ed Jupiter : stationary, begins retrograde
  229. stub jupiter 
  230. priority  3
  231. type 2
  232.  
  233. //march
  234.  
  235. month 3
  236.  
  237. event
  238. day 2
  239. note Moon...
  240. ed Moon : near Jupiter
  241. stub  moon
  242. priority  3
  243. type 2
  244.  
  245. event
  246. day 12
  247. time 7
  248. note Moon : new
  249. ed Moon : new
  250. stub moon
  251. priority  3
  252. type 2
  253.  
  254. event
  255. day 15
  256. note Moon furthest
  257. time 17
  258. stub moon
  259. priority 3
  260. ed  Moon : furthest from Earth (254,400 miles)
  261. type 2
  262.  
  263. event
  264. day 27
  265. time 11
  266. note "Sap Moon"
  267. ed Moon : full, the "Sap" or "Lenten" moon
  268. stub moon
  269. priority  3
  270. type 2
  271.  
  272. event
  273. day 28
  274. note Moon closest
  275. time 6
  276. stub moon
  277. priority 3
  278. ed  Moon : closest to Earth (224,400 miles)
  279. type 2
  280.  
  281. //april
  282.  
  283. month 4
  284. event
  285. day 3
  286. note Time change
  287. ed Set clocks ahead 1 hour to Daylight time
  288. stub
  289. priority  2
  290. type 0
  291.  
  292. event
  293. day 3
  294. note EASTER
  295. ed Easter, take a day off
  296. stub  
  297. priority  1
  298. type 2
  299.  
  300. event
  301. day 7
  302. note Moon...
  303. ed Moon : near Saturn, celebrate in moderation
  304. stub moon
  305. priority  2
  306. type 2
  307.  
  308. event
  309. day 11
  310. time 0
  311. note New Moon
  312. ed Moon : new
  313. stub moon
  314. priority  3
  315. type 0
  316.  
  317. event
  318. day 11
  319. time  24
  320. note Moon furthest
  321. stub
  322. priority 3
  323. ed  Moon : furthest from Earth (254,800 miles)
  324. type 2
  325.  
  326. event
  327. day 12
  328. note Vostock 1...
  329. stub
  330. priority 3
  331. ed  Yuri Gagarin becomes the first man to fly in space (1961)
  332. type 1
  333.  
  334. event
  335. day 16
  336. note Astronomy Day
  337. ed Astronomy Day : check local newspaper
  338. stub  
  339. priority  1
  340. type 0
  341.  
  342. event
  343. day 22
  344. note Lyrid meteors
  345. ed Lyrid meteor shower
  346. stub meteor1 
  347. priority  1
  348. type 9112
  349.  
  350. event
  351. day 25
  352. time 19
  353. note "Grass Moon"
  354. ed Moon : full, the "Grass" or "Egg" moon
  355. stub  
  356. priority  3
  357. type 0
  358.  
  359. event
  360. day 25
  361. time 17
  362. note Moon closest
  363. stub
  364. priority 3
  365. ed  Moon : closest to Earth (224,000 miles)
  366. type 2
  367.  
  368. event
  369. day 30
  370. note Jupiter...
  371. ed Jupiter : opposite direction of sun
  372. stub jupiter
  373. priority  3
  374. type 2
  375.  
  376. //may
  377.  
  378. month 5
  379. event
  380. day 5
  381. note Eta Aq. Meteors
  382. ed Eta Aquarid meteors, poor this year
  383. stub  meteor2
  384. priority  3
  385. type 9112
  386.  
  387. event
  388. day 5
  389. note Freedom 7...
  390. stub
  391. priority 3
  392. ed  Alan Shepard becomes the first American in space (1961)
  393. type 1
  394.  
  395. event
  396. day 9
  397. time 2
  398. note Moon furthest
  399. stub  moon
  400. priority 3
  401. ed  Moon : furthest from Earth (254,800 miles)
  402. type 2
  403.  
  404. event
  405. day 10
  406. time 17
  407. note New Moon
  408. ed Moon : new
  409. stub moon
  410. priority  3
  411. type 0
  412.  
  413. event
  414. day 10
  415. time 17
  416. note Annular Eclipse...
  417. ed Annular eclipse for North America
  418. stub
  419. priority  1
  420. type 9110
  421.  
  422. event
  423. day 13
  424. note Friday the 13th
  425. ed Only Friday the 13th for the year, DUCK!
  426. stub
  427. priority  3
  428. type 1
  429.  
  430. event
  431. day 16
  432. note Mercury...
  433. ed Mercury : furthest above ecliptic plane
  434. stub mercury
  435. priority  3
  436. type 2
  437.  
  438. event
  439. day 23
  440. note Moon...
  441. ed Moon : 3 degrees south of Jupiter
  442. stub  moon
  443. priority  3
  444. type 2
  445.  
  446. event
  447. day 24
  448. time 3
  449. note Moon...
  450. stub  moon
  451. priority 3
  452. ed  Moon : closest to Earth (224,700 miles)
  453. type 2
  454.  
  455. event
  456. day 25
  457. time 3
  458. note "Milk Moon"
  459. ed Moon : full, "Milk" or "Planting" moon
  460. stub  moon
  461. priority  3
  462. type 2
  463.  
  464. event
  465. day 25
  466. time 3
  467. note Lunar Eclipse
  468. ed Partial Lunar eclipse
  469. stub lecl_1
  470. priority  1
  471. type 9111
  472.  
  473. event
  474. day 30
  475. note Mercury...
  476. ed Mercury : furthest east of the Sun
  477. stub mercury
  478. priority  2
  479. type 2
  480.  
  481. //june
  482. month 6
  483.  
  484. event
  485. day 2
  486. note Surveyor 1
  487. stub
  488. priority 3
  489. ed  Surveyor 1 : first US spacecraft to soft-land on the Moon (1966)
  490. type 1
  491.  
  492. event
  493. day 5
  494. time 12
  495. note Moon furthest
  496. stub moon
  497. priority 3
  498. ed  Moon : furthest from Earth (254,400 miles)
  499. type 2
  500.  
  501. event
  502. day 9
  503. time 8
  504. note New Moon
  505. ed Moon : new
  506. stub moon
  507. priority  3
  508. type 2
  509.  
  510. event
  511. day 12
  512. note Mercury...
  513. ed Mercury : begins retrograde
  514. stub
  515. priority  3
  516. type 2
  517.  
  518. event
  519. day 21
  520. time 14
  521. note SUMMER!!
  522. ed Summer begins, hit the beach
  523. stub
  524. priority  1
  525. type 1
  526.  
  527. event
  528. day 21
  529. time 7
  530. note Moon closest
  531. stub moon
  532. priority 3
  533. ed  Moon : closest to Earth (227,600 miles)
  534. type 2
  535.  
  536. event
  537. day 23
  538. time 11
  539. note "Rose Moon"
  540. ed Moon : full, the "Rose" or "Flower" moon
  541. stub moon
  542. priority  3
  543. type 2
  544.  
  545. event
  546. day 24
  547. note Saturn...
  548. ed Saturn : begins retrograde
  549. stub saturn
  550. priority  3
  551. type 2
  552.  
  553. //july
  554.  
  555. month 7
  556. event
  557. day 2
  558. note Midpoint of year
  559. ed midpoint of the year
  560. stub
  561. priority  3
  562. type 0
  563.  
  564. event
  565. day 3
  566. time 5
  567. note Moon furthest
  568. stub moon
  569. priority 3
  570. ed  Moon : furthest from Earth (253,600 miles)
  571. type 2
  572.  
  573. event
  574. day 8
  575. time 21
  576. note New Moon
  577. ed Moon : new
  578. stub moon
  579. priority  3
  580. type 2
  581.  
  582. event
  583. day 10
  584. note Venus...
  585. ed Venus : 1 deg. North of the star Regulus
  586. stub venus
  587. priority  2
  588. type 2
  589.  
  590. event
  591. day 17
  592. note Mercury...
  593. ed Mercury : furthest west of Sun
  594. stub mercury
  595. priority  2
  596. type 2
  597.  
  598. event
  599. day 18
  600. time 18
  601. note Moon closest
  602. stub moon
  603. priority 3
  604. ed  Moon : closest to Earth (230,800 miles)
  605. type 2
  606.  
  607. event
  608. day 20
  609. note Apollo 11...
  610. ed 25th ann. of Apollo 11 (1969) the first Lunar Landing, where were you?
  611. stub
  612. priority  1
  613. type 1
  614.  
  615. event
  616. day 22
  617. note Comet hits Jupiter...
  618. ed Comet Shoemaker-Levi 9 strikes Jupiter (maybe)
  619. stub
  620. priority  1
  621. type 9113
  622.  
  623.  
  624. event
  625. day 22
  626. time 20
  627. note "Thunder Moon"
  628. ed Moon : full, the "Thunder Moon"
  629. stub moon
  630. priority  3
  631. type 2
  632.  
  633. event
  634. day 30
  635. time 23
  636. note Moon furthest
  637. stub  moon
  638. priority 3
  639. ed  Moon : furthest from Earth (253,600 miles)
  640. type 2
  641.  
  642. //August
  643.  
  644. month 8
  645. event
  646. day 7
  647. time 8
  648. note New Moon
  649. ed Moon : new
  650. stub moon
  651. priority  3
  652. type 1
  653.  
  654.  
  655. event
  656. day 12
  657. note Mercury...
  658. ed Mercury : furthest west of Sun
  659. stub mercury
  660. priority  3
  661. type 2
  662.  
  663. event
  664. day 12
  665. note Perseid Meteors
  666. ed Perseid meteors, usually the best of year
  667. stub  meteor4
  668. priority  1
  669. type 9112
  670.  
  671. event
  672. day 12
  673. time 23
  674. note Moon closest
  675. stub moon
  676. priority 3
  677. ed  Moon : closest to Earth (231,600 miles)
  678. type 2
  679.  
  680. event
  681. day 21
  682. time 6
  683. note "Green corn Moon"
  684. ed Moon : full, the "Green Corn Moon"
  685. stub moon
  686. priority  1
  687. type 2
  688.  
  689. event
  690. day 24
  691. note Venus...
  692. ed Venus : greatest Eastern angle from Sun
  693. stub venus
  694. priority  2
  695. type 1
  696.  
  697. event
  698. day 27
  699. time 18
  700. note Moon furthest
  701. stub moon
  702. priority 3
  703. ed  Moon : furthest from Earth (253,600 miles)
  704. type 2
  705.  
  706. event
  707. day 31
  708. note Venus...
  709. ed Venus : .71 degrees s. of the star Spica
  710. stub venus
  711. priority  1
  712. type 2
  713.  
  714. //september
  715.  
  716. month 9
  717.  
  718. event
  719. day 5
  720. time 18
  721. note New Moon
  722. ed Moon : new
  723. stub moon
  724. priority  3
  725. type 2
  726.  
  727. event
  728. day 6
  729. note Rosh Hashanah
  730. ed Rosh Hashanah
  731. stub
  732. priority  3
  733. type 0
  734.  
  735. event
  736. day 8
  737. time 14
  738. note Moon closest
  739. stub moon
  740. priority 3
  741. ed  Moon : closest to Earth (229,200 miles)
  742. type 2
  743.  
  744. event
  745. day 19
  746. time 20
  747. note "Harvest Moon"
  748. ed Moon : full, the "Harvest Moon"
  749. stub moon
  750. priority  3
  751. type 0
  752.  
  753. event
  754. day 23
  755. note Fall begins
  756. ed Fall begins, the "autumn equinox"
  757. stub
  758. priority  1
  759. type 1
  760.  
  761. event
  762. day 24
  763. time 12
  764. note Moon furthest
  765. stub  moon
  766. priority 3
  767. ed  Moon : furthest from Earth (254,000 miles)
  768. type 2
  769.  
  770. event
  771. day 26
  772. note Mercury...
  773. ed Mercury : furthest east of Sun
  774. stub mercury
  775. priority  2
  776. type 2
  777.  
  778. event
  779. day 28
  780. note Venus brightest
  781. ed Venus : brightest at -4.6 magnitude
  782. stub venus
  783. priority  1
  784. type 2
  785.  
  786. //october
  787.  
  788. month 10
  789.  
  790. event
  791. day 4
  792. note Sputnik 1...
  793. stub
  794. priority 3
  795. ed  Sputnik 1 becomes the first the first artificial satellite (1957)
  796. type 1
  797.  
  798. event
  799. day 5
  800. time 4
  801. note New Moon
  802. ed Moon : new
  803. stub moon
  804. priority  3
  805. type 2
  806.  
  807. event
  808. day 6
  809. time 14
  810. note Moon closest
  811. stub moon
  812. priority 3
  813. ed  Moon : closest to Earth (226,000 miles)
  814. type 2
  815.  
  816. event
  817. day 7
  818. note Moon...
  819. ed Moon : passes north of Venus
  820. stub moon
  821. priority  2
  822. type 2
  823.  
  824. event
  825. day 19
  826. time 12
  827. note "Hunter Moon"
  828. ed Moon : full, the "Hunter Moon"
  829. stub moon
  830. priority  3
  831. type 2
  832.  
  833. event
  834. day 22
  835. note Orionid Meteors
  836. ed Orionid meteors, poor viewing this year
  837. stub meteor5
  838. priority  3
  839. type 9112
  840.  
  841. event
  842. day 22
  843. time 2
  844. note Moon furthest
  845. stub  moon
  846. priority 3
  847. ed  Moon : furthest from Earth (254,800 miles)
  848. type 2
  849.  
  850. event
  851. day 30
  852. note Time Change
  853. ed Move clocks back 1 hour to Standard Time
  854. stub
  855. priority  1
  856. type 0
  857.  
  858. //November
  859.  
  860. month 11
  861.  
  862. event
  863. day 3
  864. time 13
  865. note New Moon
  866. ed Moon : new
  867. stub moon
  868. priority  3
  869. type 2
  870.  
  871. event
  872. day 3
  873. time 13
  874. note Solar Eclipse
  875. ed Total eclipse of the sun, South America
  876. stub
  877. priority  1
  878. type 9110
  879.  
  880. event
  881. day 3
  882. time 24
  883. note Moon closest
  884. stub moon
  885. priority 3
  886. ed  Moon : closest to Earth (224,000 miles)
  887. type 2
  888.  
  889. event
  890. day 17
  891. time 22
  892. note Leonid Meteors
  893. ed Leonid Meteors, poor viewing this year
  894. stub meteor7
  895. priority  2
  896. type 9112
  897.  
  898. event
  899. day 18
  900. time 5
  901. note Moon furthest
  902. stub  moon
  903. priority 3
  904. ed  Moon : furthest from Earth (254,800 miles)
  905. type 2
  906.  
  907. event
  908. day 18
  909. time 7
  910. note "Frosty Moon"
  911. ed Moon : full, the "Frosty" or "Beaver" moon
  912. stub moon
  913. priority  3
  914. type 2
  915.  
  916. event
  917. day 18
  918. time 7
  919. note lunar eclipse
  920. ed Moon : partial lunar eclipse
  921. stub  moon
  922. priority  1
  923. type 9111
  924.  
  925.  
  926. event
  927. day 30
  928. note Moon...
  929. ed Moon : passes south of Venus in the morning
  930. stub moon
  931. priority  2
  932. type2
  933.  
  934. //december
  935.  
  936. month 12
  937.  
  938. event
  939. day 2
  940. time 12
  941. note Moon closest
  942. stub moon
  943. priority 3
  944. ed  Moon : closest to Earth (224,000 miles)
  945. type 2
  946.  
  947. event
  948. day 2
  949. time 2
  950. note New Moon
  951. ed Moon : new
  952. stub  moon
  953. priority  3
  954. type 1
  955.  
  956. event
  957. day 13
  958. note Geminid Meteors
  959. ed Geminid meteors, moderately good
  960. stub  meteor8
  961. priority  1
  962. type 9112
  963.  
  964. event
  965. day 15
  966. time 8
  967. note Moon furthest
  968. stub
  969. priority 3
  970. ed  Moon : furthest from Earth (254,800 miles)
  971. type 2
  972.  
  973. event
  974. day 14
  975. note Apollo 17...
  976. stub
  977. priority 3
  978. ed  Man takes his last steps on the moon, 1972
  979. type 1
  980.  
  981. event
  982. day 18
  983. time 2
  984. note "Long Night Moon"
  985. ed Moon : full, the "Long Night Moon"
  986. stub  moon
  987. priority  3
  988. type 2
  989.  
  990. event
  991. day 22
  992. note Winter begins
  993. ed Winter begins, Winter Solstice
  994. stub
  995. priority  1
  996. type 1
  997.  
  998. event
  999. day 22
  1000. note Ursid Meteors
  1001. ed Ursid meteors
  1002. stub  meteor9
  1003. priority  1
  1004. type 9112
  1005.  
  1006. event
  1007. day 25
  1008. note Apollo 8
  1009. stub
  1010. priority 3
  1011. ed  Apollo 8 : Man first orbits the moon (1968)
  1012. type 1
  1013.  
  1014. event
  1015. day 25
  1016. note Christmas
  1017. ed Christmas, deck them halls
  1018. stub
  1019. priority  1
  1020. type 3
  1021. end
  1022.  
  1023.